home *** CD-ROM | disk | FTP | other *** search
- ###### Restoring your registry ####### (copyright) Greg Lorriman 1998
-
- This program assumes that you have a backup of your registry
- created by the program "Registry enumerator" or Regenum.
-
- The backup can be found in <windows directory>\regbackup - typically :
-
- c:\windows\regbackup
-
- To restore (typical dos commands lower down) :
-
- boot into 'command prompt only'
- goto the windows directory
- remove the s h and r attributes from all 'dat' files
- copy the dat files to dxx
- goto the regbackup directory
- copy the files to the windows directory (confirming replacement)
- restart windows
-
- Dos commands :
-
- cd \windows
- attrib -r -h -s *.dat
- copy *.dat *.dxx
- cd regbackup
- copy *.dat ..
-
-